home *** CD-ROM | disk | FTP | other *** search
/ Image Compendium / Image Compendium.iso / viewer / dos / stripgif.arc / STRIPGIF.DOC < prev    next >
Text File  |  1988-02-27  |  519b  |  14 lines

  1. This program removes any extraneous data occuring before the actual GIF file.
  2. I wrote this after discovering some GIF files uploaded in the Mac forum which
  3. appear to have some Mac-specific data at the start of the file which PC GIF
  4. display programs can't handle correctly.  The command line format of this
  5. program is:
  6.  
  7. STRIPGIF infile outfile
  8.  
  9. where "infile" is the downloaded file and "outfile" is the new file to create.
  10.  
  11. The source code is written in Turbo C 1.0 .
  12.  
  13. --- Rob  (GEnie mail address R.EPPS)
  14.